Einhugur OpenDocument Text Plugin for Xojo

Paragraph.LanguageCode Property

Returns the language code for the Paragraph or empty string. (Read only property)

LanguageCode as String {Read}

Remarks

Language codes are formed as de-DE and is-IS for Iceland for example.

Note that Runs under the paragraphs do not always have same Language code as the paragraph it self. Which is why there is no setter for this property but instead there is a SetLanguageCode method.

See Also

Paragraph Class